home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 3 / AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso / software / utilities / misc / atebeta5b / installate < prev    next >
Encoding:
Text File  |  1996-10-14  |  692 b   |  23 lines

  1. echo "Welcome to the ATE Beta 5b Installer."
  2. echo "If asked to insert PSFonts: just hit CANCEL."
  3. if not exists PSFonts:
  4.    makedir fonts:PSFonts
  5.    assign PSFonts: fonts:PSFonts
  6.    if exists S:User-Startup
  7.       join S:User-Startup user-startup-append as S:New-Startup
  8.       rename S:User-Startup S:User-Startup.old
  9.       rename S:New-Startup S:User-Startup
  10.    else
  11.       copy user-startup-append S:User-Startup
  12.    endif
  13. endif
  14. copy all PSFonts/#? PSFonts:
  15. if not exists PSFonts:init.ps
  16.    copy init.ps PSFonts:
  17. endif
  18. copy all fonts/#? FONTS:
  19. copy ATEbeta5b#? SYS:WBStartup/
  20. echo "*NATE installation complete.  Start ATE by clicking on the"
  21. echo "icon in WBStartup, or restart your Amiga.*N"
  22.  
  23.